ostbuild: Add 'checkout' builtin
authorColin Walters <walters@verbum.org>
Thu, 2 Feb 2012 14:22:44 +0000 (09:22 -0500)
committerColin Walters <walters@verbum.org>
Thu, 2 Feb 2012 14:22:44 +0000 (09:22 -0500)
commit845ba39a0e034b1ba40ac1d3ac6ae45e44d5b55c
tree8b0469bf72f84a0a3b506444b06da600287c4178
parentdf92b8d46fc32b68ef64fe987efb2332bc34e09f
ostbuild: Add 'checkout' builtin

This is useful for the developer to get the source code of
several things at exactly the revision specified in the manifest.
Makefile-ostbuild.am
src/ostbuild/pyostbuild/buildutil.py
src/ostbuild/pyostbuild/builtin_build.py
src/ostbuild/pyostbuild/builtin_checkout.py [new file with mode: 0755]
src/ostbuild/pyostbuild/main.py
src/ostbuild/pyostbuild/vcs.py [new file with mode: 0755]